Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_punct
ctype_punct
Check for printable characters that are not whitespace or alphanumeric characters
Name:
ctype_punct
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check for printable characters that are not whitespace or alphanumeric characters
Related
Common troubleshooting methods when debugging end() returns false
10
Use var_dump() in conjunction with array_diff() to better understand the results
6
How to Create an Online Consulting Bot with ChatGPT and PHP
9
How to Fix the mysqli_stmt::attr_get Error: "Invalid Object or Property"?
4
Similar Functions
ctype_alpha
ctype_alpha
Checkalphabeticalcha
ctype_upper
ctype_upper
Checkcapitalcharacte
ctype_digit
ctype_digit
Checknumericcharacte
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
ctype_print
ctype_print
Checkprintablecharac
ctype_punct
ctype_punct
Checkforprintablecha
ctype_graph
ctype_graph
Checkforanyprintable
ctype_alnum
ctype_alnum
Checkalphanumericcha
Popular Articles